IIterator.HasCurrent Property

Gets a value that indicates whether the iterator refers to a current item or is at the end of the collection.

Syntax

public:
property bool HasCurrent {
         bool get ();
}  

Property value

Type: bool 

  True if the iterator refers to a valid item in the collection; otherwise, false.

Remarks

Requirements

Namespace: Windows.Foundation.Collections

Metadata: windows.winmd

See also

Reference

IIterator Generic Interface

IIterator Members

Windows.Foundation.Collections Namespace